CHECK FOR UNDERSTANDING: Here are a few questions for you to check what you've learned!

  • Click Run to see the example program.
  • Answer the questions to the right by clicking on the correct answers.
  • Once you answer all 3 questions, click Submit then Next to continue.

To navigate the page using the TAB key, first press ESC to exit the code editor.

sprite = codesters.Sprite("hedgehog", 0, 75) def interval(): sprite.turn_right(30) sprite.move_forward(50) # add any other actions... stage.event_interval(interval, 0.5)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)